This is the front-end part of the bloody maze project
- node v8.10.0
- npm v5.5.1
npm i
npm run dev
The website will be live on http://localhost:8081
By default , the back end API url is http://localhost:8080 ( BLOODY_MAZE_API_URL => config in dev.env.js) .
You have to launch the back-end server first or change the url to the live server https://bloodymaze.cleverapps.io ( BLOODY_MAZE_API_URL => config in prod.env.js)
No test at this moment
We use SemVer for versioning. For the versions available, see the tags on this repository.
pbb
This project is licensed under the MIT License - see the LICENSE.md file for details