Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 556 Bytes

Awesome-gen-Form

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