This is a mockup of a simple website, done with React and styled components. It's live in Netlify, check it out.
All designs are from neue gestaltung GmbH.
Before starting, you should have installled Node.js
git clone git@github.com:learodrigo/react-simple-website.git
cd react-simple-website
npm i
npm start
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
If the browser opens annoys you everytime you start the project:
- Shut down the terminal
- Create a
.env
file. - Add
BROWSER=none
in it. - Start again
-> made with love, in berlin, with react-create-app and vscode