1.0.1 • Published 2 years ago

cra-template-scriptag-dark v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Scriptag-dark

A CLI create-react-app template generator for minimal portfolios. Visit the official website here. The first install looks like this:

Installation

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

In case of yarn package manager:

$ npx create-react-app <project name> --template scriptag-dark
$ 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