Skip to content

meliurwen/awesome-gen-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published