EvaE-P / ContactList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

MacOS/Linux

  • npm install
  • npm start
  • Open another terminal window; from there, npm run seed to seed the database

Windows

  • npm install
  • npm run build-watch to start the webpack process
  • Open another terminal window; from there, npm run start-server to start the server process
  • Open another terminal window; from there, npm run seed to seed the database

About


Languages

Language:JavaScript 71.2%Language:CSS 20.0%Language:HTML 8.8%