cra-template-scriptag

1.0.0 • Public • Published

Scriptag

A CLI create-react-app template generator for minimal portfolios. Visit the official website here.

Installation

$ npx create-react-app <project name> --template scriptag
$ cd <project name>
$ npm start

In case of yarn package manager:

$ npx create-react-app <project name> --template scriptag
$ cd <project name>
$ yarn start

Creating pages

You can generate directories by creating a screens/pages folder in the root directory. Components can also be created and the app can be simply extended in the same way we do in case of a CRA app. There are no constraint to possibilities.


You can edit the attributes according to html. The icon can be manually replaced as well. The styling (style.css in /css) can be manually changed according to need as can be changed the font (in /build_scripts).

The pages are generated in the build directory on root after you run npm run build which you can use to deploy your site.

Dependencies

  • react-dom
  • bootstrap
  • react-bootstrap
  • sass

Features

Sharply single page web template
Pre defined fonts 
Dependencies pre installed
Markdown support
Blazing fast Next.js deployment

License

GitHub license

Package Sidebar

Install

npm i cra-template-scriptag

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

202 kB

Total Files

15

Last publish

Collaborators

  • sambhavsaxena