MgenGlder / TacoChef

Build you a taco
1 stars 0 forks source link

TacoChef build

Create your own Taco. Taco builder with some dank recipes.

TODO:

-Find a template and build it.

-Set up the app flow for building taco.

How to Run

Steps

  1. Open Command Prompt or Terminal (Windows and Mac) and change directories into the root of the TacoChef project.

  2. Enter the command npm install and wait for it to finish. You only need to do this once, it installs the dependencies of the project

  3. While still in Command Prompt/Terminal enter npm start.

  4. Go to your browser and enter http://localhost:3001/ as the address. You should see the current site now.