Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 499 Bytes

File metadata and controls

12 lines (10 loc) · 499 Bytes

React starter project

Project starter with our own config. In the way to quickly create new prototypes or larger project

  1. Clone the repository
  2. Open the command prompt and go to the project's root folder
  3. You must have gulp installed globally. If this is not the case, install it with the command "npm i -g gulp"
  4. Type the "npm i" command
  5. Type the "gulp" command
  6. You can reach the web app through this url: http://localhost:4000/

You can now create your app in the ./src folder.