Skip to content

cryptax-org/cryptax-frontend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published