-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rory Broves edited this page Apr 8, 2019
·
1 revision
Install required dependencies npm install
in one terminal tab: mysql -u root in another terminal: knex migrate:latest
Seed data into mysql dbs in another terminal: knex seed:run
Run a testing framework, Jest, on tests written in "./src/components" npm run test
Boot up server and have nodemon restart server on changes npm run server-dev
npm run react-dev