Barefoot Nomad is an web based application which aims at making company travel and accommodation easy and convinient.
- React
- Redux
- SCSS
- Node js
- Jest
- Enzyme
- Install Node js
- To clone, run
git clone https://github.com/andela/technites-bn-frontend.git
cd
into the project directory- Run
npm install
in the terminal - To run the application in development mode, run
npm run start
Then open http://localhost:3000 to view it in the browser.
To run the tests, run npm run test
Run npm run build
Builds the app for production to the build
folder.
It correctly bundles the app in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Package installation: All package have been installed using npm thus the same is recommended and not yarn.