Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doemser/cgn-web-23-4-styled-components-1
https://github.com/doemser/cgn-web-23-4-styled-components-1
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/cgn-web-23-4-styled-components-1
- Owner: doemser
- Created: 2023-12-13T09:18:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T13:54:56.000Z (11 months ago)
- Last Synced: 2024-10-02T08:54:18.573Z (about 1 month ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Styled Components: Demo Start
## Notes
- This is the starter version of the demo
- You have to touch the `./pages/index.js` file and create a few new components according to the session guide## Development
### Local Development
To work locally, please install the dependencies using `npm i` first.
Run `npm run dev` to start a development server and open the displayed URL in a browser.
Use `npm run test` to run the tests.
### CodeSandbox Cloud
Select the "Preview: 3000" tab to view this project.
Select the "Tests: logs" tab to view the tests.
> The `npm run dev` and `npm run test` scripts run automatically.
### Scripts
You can use the following commands:
- `npm run dev` to start a development server
- `npm run build` to build the project
- `npm run start` to start a production server
- `npm run test` to run the tests
- `npm run lint` to run the linter