Make company global travel and accommodation easy and convenient for the strong workforce of savvy members of staff, by leveraging the modern web.
- Environment : Nodejs
- Package Manager : NPM
- Compiler : Babel
- Bundler : Webpack
- CSS Pre processor : Sass
- Client Side : Reactjs,Redux
- From your computer, open terminal
- Run
clone https://github.com/andela/team-odd-bn-frontend.git
OR Download the project
- Create a file and name it
.env
in root directory - Find a file named
.env.example
- Copy & paste all environmental variables from
.env.example
to.env
- Provide values to all environmental variables in
.env
file
Open terminal from your computer
- 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, run
npm run build
& to start the app, runnpm start
. You will see the following details:
- Copy & paste any of the link to your browser
- You should now see the application running in your browser
Click here to create an issue about this app
Team-odd