Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenolle/react-template-javascript
Same as my https://github.com/TheNolle/React-Template-TypeScript but using Javascript instead.
https://github.com/thenolle/react-template-javascript
react template
Last synced: about 1 month ago
JSON representation
Same as my https://github.com/TheNolle/React-Template-TypeScript but using Javascript instead.
- Host: GitHub
- URL: https://github.com/thenolle/react-template-javascript
- Owner: TheNolle
- License: other
- Created: 2023-05-22T10:16:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T16:20:38.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:57:33.448Z (8 months ago)
- Topics: react, template
- Language: JavaScript
- Homepage: https://discord.com/invite/86yVsMVN9z
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Copyright](https://readme-typing-svg.demolab.com?font=Fira+Code&weight=500&size=50&duration=3000&pause=2000&color=EB87F7¢er=true&vCenter=true&width=1000&height=50&lines=Nolly)](https://thenolle.com)
# ReactJS App Template
### Preview
![Preview](preview.png)---
#### Want the lightweight version ?
[Click here to get it!](../../tree/lightweight)---
#### What is this ReactJS Template?
Tired of creating a new ReactJS project from scratch? Even worse by using create-react-app? Well, this is the template for you! This template is a basic one using Babel, Webpack, React, React Dom, React Router Dom, SCSS, etc. I don't provide custom things, just a base template to replace create react app and to help react developers to use the latest packages.
---
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.### Prerequisites
- Git
> Install [Git](https://git-scm.com/) for your system.
> Check that git is correctly installed by opening a Terminal and doing `git -v`.
- NodeJS
> Install [NodeJS](https://nodejs.org/) (I recommend using [Node Version Manager (Linux)](https://github.com/nvm-sh/nvm) or [Node Version Manager (Windows)](https://github.com/coreybutler/nvm-windows)).
> Check that [NodeJS](https://nodejs.org/) & [npm](https://www.npmjs.com/) are correctly installed by opening a Terminal and doing `node -v` and `npm -v`.### How to use
#### 1. Clone the repository
##### Command Line
```sh
# Clone the repository
git clone https://github.com/TheNolle/ReactJS-Template
# Enter the cloned repository
cd ReactJS-Template
```#### 2. Install the required dependencies (Command Line Only)
1. Open a terminal in the cloned repository
2. Run the command `npm -v` to make sure [NodeJS] works there
3. Run `npm install` to install the dependencies#### 3. Run the Application with your modifications
In the same terminal run this: `npm run start` and enjoy. 🎉---
### Built With
* [Babel](https://babeljs.io/)
* [Webpack](https://webpack.js.org/)
* [React](https://reactjs.org/)
* [React Dom](https://reactjs.org/docs/react-dom.html)
* [React Router Dom](https://reactrouter.com/web/guides/quick-start)
* [SCSS](https://sass-lang.com/)### License
The code is open source under the MIT License. However, if you want to use the code for your own projects, you must credit the original author.### Contact
* [Website](https://thenolle.com/)
* [Twitter](https://twitter.com/TheNolly_)
* [Discord](https://discord.com/invite/86yVsMVN9z)
* [Patreon](https://www.patreon.com/TheNolle)
* [Ko-Fi](https://ko-fi.com/nolly__)