Create React App | React documentation Styled Components | Typescript documentation
. clone or download the repo at https://github.com/CodeIsaMystic/<repo>
. on the terminalcd repo
app by the command
. install dependencies onnode_modules
with the command$ npm install
.finally run the script npm start
to launch the app
In the project directory, you can run:
-
npm start
Runs the app in the development mode. -
npm test
Launches the test runner in the interactive watch mode. -
npm build
Builds the app for production to thebuild
folder. -
npm eject
If you aren’t satisfied with the build tool and configuration choices, you caneject
at any time. This command will remove the single build dependency from your project.
Note: this is a one-way operation. Once you eject
, you can’t go back!
A simple home page from the Amazon Ui on desktop, using styled-components combined with Typescript on a React application.