EasyDEV Seed

EasyDEV Seed is based on Create React App. You can read full guide.

Full version: demo | download

Installing and Running Code

To get started follow this steps:

  • Install Node.
  • Download and open this project (cd path/to/easydev-seed).
  • Install packages: npm install or yarn install.
  • Start the project locally: npm start or yarn start (running on port 3000).

Building Project

To build the app for production run npm run build or yarn build