cra-template-learn

1.0.0 • Public • Published

Learn Web Development

cra-template-learn

Create React App template to learn Web Development with Tailwind.

Goals

This template is a slimmed down version of the default CRA template with Tailwind built in. The template is best suited for people wanting to learn Web Development by focusing on setting up a single page without any unnecessary best practices like testing, PWA and device specific optimizations. The following documentations are useful to learn the basics needed to work with this template.

Requirements

To get started with Web Development install node and an editor like VS Code.

Installation

Open a Terminal and type the following:

npx create-react-app my-app --template cra-template-learn

Then move into the folder with the app that was just created using cd my-app and start the development server by running npm start. my-app can be replaced with the desired name for your application.

Package Sidebar

Install

npm i cra-template-learn

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

20.2 kB

Total Files

12

Last publish

Collaborators

  • tobua