https://github.com/dvir-cohen1/atlantic-storm-template
React gaming template
https://github.com/dvir-cohen1/atlantic-storm-template
react tailwindcss
Last synced: 29 days ago
JSON representation
React gaming template
- Host: GitHub
- URL: https://github.com/dvir-cohen1/atlantic-storm-template
- Owner: Dvir-Cohen1
- Created: 2023-03-15T02:21:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T00:31:31.000Z (about 2 years ago)
- Last Synced: 2025-02-12T08:58:47.161Z (3 months ago)
- Topics: react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 25.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atlantic-storm-template
## Usage
```bash
# cd into folder
cd client# Install dependencies for front end and back end
npm install# Build front end assets with webpack
npm run build# Run Client
npm run dev
```Load up http://localhost:3000 in your browser to view the example website.
## Libraries and frameworks used
- [React](https://reactjs.org/) - "A JavaScript library for building user interfaces".
- [TailwindCss](https://reactjs.org/) - "A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.".
- [Webpack](https://www.npmjs.com/package/webpack) - A popular tool for building
front end assets e.g. CSS and JavaScript.