First execute these steps:
# Clone the repo
git clone https://github.com/meliurwen/awesome-gen-form.git
# Move inside
cd awesome-gen-form
# Install dependencies
npm install
Then decide what you want to do:
- To start working on the project, run the development server with hot reload:
npm start
Note: You'll find it live at localhost:8080.
- To generate the production build:
npm run build
- To generate the dev build:
npm run build-dev