EasyDEV Seed is based on Create React App. You can read full guide.
To get started follow this steps:
- Install Node.
- Download and open this project (
cd path/to/easydev-seed). - Install packages:
npm installoryarn install. - Start the project locally:
npm startoryarn start(running on port 3000).
To build the app for production run npm run build or yarn build