Skip to content

marina99999/my-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

E-Portfolio about React JS

How to get started:

1.Download and install Visual Studio Code from https://code.visualstudio.com/download

2.Download and install Node.js from https://nodejs.org/en/download/

3.create a Folder where you want to save your Project

4.To install the create-react-app generator, in a terminal or command prompt type: npm install -g create-react-app

5.Open command prompt and switch with cd to the Folder where you want to save your Project

6.Type npx create-react-app my-app -> my-app is the name of your Project you can change that This may take a few minutes

7.If it's finished type cd my-app then you have to install bootstrap with: npm install bootstrap and start your project to test with npm start

If you want to look at the detailed description you can go to https://vscode.readthedocs.io/en/latest/nodejs/reactjs-tutorial/

Demo

If you want to follow the Demo you should load the Code from the Card.js File and follow the instructions from above

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors