The No-Nonsense Network: NerdTalk
After creation, your project should look like this:
app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
Components/
Auth/
Services/
Reducers/
Actions/
App.css
App.js
index.css
index.js
firebaseConfig.js
npm start
: Runs the app in the development mode on port 3000
npm run build
: Builds the app for production to the build
folder
You may install other dependencies with npm
:
npm install --save react-router