Skip to content

Apersant1/ARA-boilerplate

Repository files navigation

React Boilerplate

 

ARA - Appersant's React Boilerplate

Downloads count Github language count Repository size License Github issues Github forks Github stars

npm

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

✨ Features

✔️ simplicity
✔️ Performance
✔️ Flexibility

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, yarn and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Apersant1/ARA-boilerplate

# Access
$ cd react-boilerplate

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:8080>

✅ If Using npm

# Download package
$ npm install -g ara-boilerplate
# Create project
$ ara-boilerplate <name-project>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Apersant1

 

Back to top