EasyDEV Seed
EasyDEV Seed is based on Create React App. You can read full guide.
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
oryarn install
. - Start the project locally:
npm start
oryarn start
(running on port 3000).
Building Project
To build the app for production run npm run build
or yarn build