issues
search
asparadise33
/
IN-CLASS-simply-books
0
stars
0
forks
source link
Starting the Project
#1
Open
asparadise33
opened
3 months ago
asparadise33
commented
3 months ago
[x] Clone the repo on your local machine
[x] Grab the credentials from your Almost Amazon project from earlier in the cohort.
[x] Create a .env file at the root of the project
[x] Copy/Paste the contents of the .env.sample file to your newly created .env file.
[x] Copy over all of your Firebase values into the .env file.
[x] Open the package.json file and change the name property to the name of your application, and author to your name.
[x] From your command line, be in the root directory and run npm install OR npm i for short.
[x] Next, run npm run prepare. This command sets up husky to track eslint errors on commit that will make your deploy fail on Netlify.
[x] To start your application, run npm run dev. THIS IS THE COMMAND YOU WILL USE TO RUN YOUR DEVELOPMENT SERVER FROM NOW ON.
[x] Open
http://localhost:3000/
with your browser.