Website for generating npc with caracteristics and backstory with attributes
You will need to install Node on your system.
$ git clone https://github.com/Cellule/dndGenerator.git
$ cd dndGenerator
$ npm install
Start Server and Webpack on 2 different consoles
$ npm run start-dev
$ npm run hot-dev-server
Navigate to http://localhost:8080
Execute tests with
npm test
ESLint is used to lint this project. To check linting run
npm run lint
To integrate ESLint in sublime 3 see SublimeLinter-ESLint