copy .env.sample
to .env
update the PORT
to the value your local development server you prefer
if PORT is 3010, your development server will be in http://localhost:3010
default PORT is 3000
install nodeJS, at least version 8 or (recommended) install using NVM https://github.com/creationix/nvm
make sure you install all packages first:
npm install
once all packages installed, start the development server:
npm run dev