Barefoot Nomad done by Champs in Stackup 3.
- Environment : Nodejs
- Package Manager : NPM
- Compiler : Babel
- Bundler : Webpack
- CSS Pre processor : Sass
- Client Side : Reactjs
- CSS loader : css-loader loads CSS files
- STYLES loader : style-loader inject CSS into the DOM.
- SASS loader : sass-loader Loads a Sass/SCSS file and compiles it to CSS.
- Concurrently: Concurrently Runs multiple commands concurrently
Run git clone https://github.com/STACK-UP-3/champs-frontend.git
OR Download the project
- Run
npm install
to install all dependencies - Run
npm test
to test automatically if the is functioning properly as expected - Run
npm run dev
to run the app in development environment - To build the app and run app in production, run
npm run start
Champs team