Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 950 Bytes

File metadata and controls

42 lines (29 loc) · 950 Bytes

Cryptax frontend

Build Status

Pre-requisite

  • Node v8.x.x

Installation

  • Clone the repository: git clone git@github.com:cryptax-org/cryptax-frontend.git
  • Navigate into the project directory: cd cryptax-frontend
  • Install dependencies: npm install

Running

dev

  • Add a .env file following .env.template (you can copy its exact content)
  • Run: npm run dev

production build

  • Add a .env.production file following .env.template with your appropriate production settings
  • Run: npm run build
  • Run: npm start

This project uses...

  • Ducks architecture
  • Redux
  • Express
  • Axios
  • Semantic UI React styling
  • CSS Modules
  • Redux Dev Tools / HMR
  • Codesplitting
  • Webpack
  • Jest

See the website live