Bunk manager application with notifications enabled.
- ReactJS
- reactstrap
- Axios
- React Google Login
- JSCookie
- gh-pages
- ESLint
- Clone the repository and change directory
git clone <repo>
cd bunkalog
-
Create env file and set the URL for the development API server (refer
.env.example
) -
Install npm dependencies
npm install
- Start the npm server
npm start
- Change homepage in
package.json
- Create env file and set the URL for the production API server
(refer
.env.example
) - Run
npm install
if you haven't - Run
npm run deploy
and the project would be deployed usinggh-pages
Google Javascript Style Guide is followed.
The project uses ESLint to enforce the style.
Configuration details can be found in .eslintrc.json
file.