gdsrosa / trilha-fe-incubadora

Trilha FrontEnd Incubadora Invillia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Workshop FrontEnd Incubadora Invillia

Directories

Steps - A step by step on how you can create a boilerplate

Boilerplate - The boilerplate application itself

In case you guys want to run the project on your machine

Obs: Make sure that Node and NPM are installed on your machine.

Clone this repo:

git clone https://github.com/gdsrosa/trilha-fe-incubadora

Change to the trilha-fe-incubadora directory:

cd trilha-fe-incubadora/

And then to boilerplate:

cd boilerplate/

On boilerplate install all the project dependencies:

npm install

Finally, to run the project on dev mode run the command below

npm run dev

Done!

About

Trilha FrontEnd Incubadora Invillia

License:MIT License


Languages

Language:JavaScript 83.4%Language:HTML 16.6%